
.UIConsultationList {
    width: 100%;
}
.UIConsultationList .ConsultationList .title {
    background: rgba(0,0,0,0) url(Images/gopy.png) no-repeat scroll left center;
    height: 37px;
}
.UIConsultationList .ConsultationList .title > span {
    color: #d92231;
    display: inline-block;
    font: bold 13px arial;
    margin: 20px 0;
    padding-left: 50px;
    text-transform: uppercase;
}
.UIConsultationList .ConsultationList .search {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 0 0 20px 0;
    border-radius: 5px;
    background: linear-gradient(to bottom, rgba(240,249,255,1) 0%,rgba(216,240,255,1) 100%);
}
.UIConsultationList .ConsultationList .search input[id*='txtSearch'] {
    width: 80%;
    margin-right: 20px;
    height: 22px;
}
.UIConsultationList .ConsultationList .search input[id*='btnSeach'] {
    background: #1a8ce0 none repeat scroll 0 0;
    border: none;
    border-radius: 4px;
    box-shadow: 0 1px 0 rgb(255 255 255 / 40%) inset, 0 1px 2px 0 #b3b3b3;
    color: #ffffff;
    cursor: pointer;
    font: 13px arial;
    height: auto !important;
    margin-right: 10px;
    margin-top: 8px;
    padding: 5px 10px;
    width: auto;
}
.UIConsultationList .ConsultationList table th {
    background: #D8F0FF none repeat scroll 0 0;
    padding: 10px;
    border: 1px solid #ddd;
}
.UIConsultationList .ConsultationList table td {
    border: 1px solid #ddd;
}
.UIConsultationList .ConsultationList table .datetime span {
    color: #222;
    font: italic 13px/20px arial;
}
.UIConsultationList .ConsultationList table .filePath {
    color: blue;
}
.UIConsultationList .ConsultationList table .gop-y a {
    color: #d92231;
}
.UIConsultationFeedback {
    width: 100%;
}
.UIConsultationFeedback .projectOwner > span:nth-child(1),
.UIConsultationFeedback .projectDescription > span:nth-child(1),
.UIConsultationFeedback .view > span:nth-child(1) {
    font-weight: bold;
}
.UIConsultationFeedback .view .filePath {
    color: blue;
}
.UIConsultationFeedback .form-gop-y .lnkSend,
.UIConsultationFeedback .form-gop-y .lnkCancel {
    background: #0154a4 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgb(255 255 255 / 40%) inset, 0 1px 2px 0 #b3b3b3;
    color: #fff;
    cursor: pointer;
    font: 13px arial;
    padding: 4px;
}
.UIConsultationFeedback .form-gop-y table td {
    font: 13px arial;
    height: 30px;
}
.FeedbackList {
    padding: 10px 0;
}
.FeedbackList .Title {
    background: rgba(0,0,0,0) url(Images/feedback.png) no-repeat scroll left center;
    margin-bottom: 10px;
}
.FeedbackList .Title span {
    color: #01509f;
    display: inline-block;
    font: bold 14px/35px arial;
    padding-left: 40px;
    text-transform: uppercase;
}
.FeedbackList .item {
    padding: 10px;
}
.FeedbackList .item .row {
    padding: 2px;
}
.FeedbackList .item .row .title {
    padding-right: 5px;
    font-weight: bold;
}
.FeedbackList .item .row .info {
    font-style: italic;
}
.FeedbackList .item .row .detail {
    color: #01509f;
}